home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 16 / nyword22.zip / SKELETON.PRT < prev    next >
Text File  |  1985-12-14  |  2KB  |  46 lines

  1. is               printer initialization string
  2. es               printer exit string
  3. bs               boldfacing start
  4. be               boldfacing end
  5. ds               doublestrike start
  6. de               doublestrike end
  7. ss               subscripting start
  8. se               subscripting end
  9. Ss               superscripting start
  10. Se               superscripting end
  11. us               underlining start
  12. ue               underlining end
  13. ps               proportional spacing on
  14. pe               proportional spacing off
  15. cP               pica char spacing (10 cpi)
  16. cE               elite char spacing (12 cpi)
  17. cC               condensed char spacing (> 12 cpi)
  18. L6               6 lines per inch
  19. L8               8 lines per inch
  20. Fa               font a
  21. Fb               font b
  22. Fc               font c
  23.  
  24. Important - there must be at least one blank line after the code segment.
  25. Comments follow afterwords.
  26.  
  27. 1) If your printer does not have a code corresponding to any of the
  28.    above actions, please delete that line
  29. 2) In addition to regular characters in the control string, you can have :
  30.       \E   escape character (decimal 27)
  31.       \xxx where xxx are 3 decimal digits  - this will send the decimal
  32.          code to the printer
  33.       \\   a backslash will get sent to the printer
  34.       ^A   control A (decimal 1)
  35.       ^B-^Z  decimal 2 to 26
  36.       ^@, ^[, ^\, ^], ^^, ^_    decimal 0, 27, 28, 29, 30, 31
  37.  
  38.    For example, the control string \E1G^F\237 would send to the printer
  39.    decimal 27, decimal 49 ('1'), decimal 71 ('G'), decimal 6, and decimal 237
  40.  
  41. 3) You can have fonts Fa thru Fz. This is particularly good for the HP
  42.    Laserjet.
  43.  
  44. 4) Fonts A-K are for the line-drawing characters - see user's manual
  45.  
  46.